-
Couldn't load subscription status.
- Fork 25.6k
Exclude synthetic source test for TSDB from mixedClusterTests #100592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # server/src/main/java/org/elasticsearch/index/mapper/SourceFieldMapper.java # server/src/test/java/org/elasticsearch/index/mapper/SourceFieldMapperTests.java # server/src/test/java/org/elasticsearch/index/query/SearchExecutionContextTests.java
|
Pinging @elastic/es-analytics-geo (Team:Analytics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - but let's run full bwc tests before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm

We suspect the synthetic source test for tsdb mappings that was added in #98808 may be contributing to flakiness in mixed cluster tests.
This change also reverts #100572 since it doesn't work as expected - see comment below.
Fixes #100562